projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de6b08
)
Skip GtkShortcutLabel::accelerator in notify test
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 3 Aug 2016 03:59:34 +0000
(23:59 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 3 Aug 2016 03:59:34 +0000
(23:59 -0400)
This property is not freely settable, since the string
gets parsed.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index c289c4650ff2758e54c702bc33bf1e55789f1aaa..1970e0049606ebdc06ed08b96bfe2c853b0187f4 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-667,6
+667,10
@@
test_type (gconstpointer data)
g_str_equal (pspec->name, "accelerator"))
continue;
+ if (g_type_is_a (type, GTK_TYPE_SHORTCUT_LABEL) &&
+ g_str_equal (pspec->name, "accelerator"))
+ continue;
+
if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
g_str_equal (pspec->name, "font"))
continue;